From: Richard M. Stallman Date: Wed, 7 Apr 1993 04:27:30 +0000 (+0000) Subject: (untabify): Don't really change where restriction starts. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96593 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5119b4121eb107253e848db189b0935525ee0824;p=emacs.git (untabify): Don't really change where restriction starts. --- diff --git a/lisp/tabify.el b/lisp/tabify.el index cccc99ea1a5..266dd3953b1 100644 --- a/lisp/tabify.el +++ b/lisp/tabify.el @@ -36,7 +36,7 @@ The variable `tab-width' controls the spacing of tab stops." (interactive "r") (save-excursion (save-restriction - (narrow-to-region start end) + (narrow-to-region (point-min) end) (goto-char start) (while (search-forward "\t" nil t) ; faster than re-search (let ((start (point))